Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration issue #93 #1024

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

itzanway
Copy link

@itzanway itzanway commented Oct 1, 2024

Description

Addressed Issue

Additional Details

Checklist

Signed-off-by: Anway Durge <[email protected]>
@@ -69,6 +69,13 @@ axios
createVueApp();
});

const faviconPath = process.env.DT_FAVICON_PATH || '/default/favicon.ico';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fear this won't work.

Certain environment variables defined at build-time can be statically embedded, but DT_FAVICON_PATH doesn't fall under any of them. Also, even if it was, it would mean that users would have to re-compile the project if they want to change the favicon, which is not what we want.

Is there another way to achieve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants